home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 29 / MICRO29 (MOD).iso / ATS / UNIVBE41.EXE / CHANGES next >
Text File  |  1993-09-24  |  2KB  |  59 lines

  1.  
  2.                 Log of changes for the Universal VESA VBE
  3.                 -----------------------------------------
  4.  
  5. Version 4.1 (24 Sep 1993)
  6.  
  7.     - Added support for > 1Mb of RAM for Cirrus 5426/28 chipsets. Also
  8.       fixed page flipping problem in 640x480x16 color mode.
  9.  
  10.     - Fixed buffer size problems for S3's
  11.  
  12.     - Removed all cli/sti instructions in bank switching routines. These
  13.       seem to have been a cause of a number of problems and are not
  14.       required anyway.
  15.  
  16.     - Fixed problems with DAC detection not resetting the DAC correctly
  17.       for Diamond SS24 DAC's. Also added code to reset the DAC if not
  18.       done correctly by the BIOS.
  19.  
  20.     - Fixed support for Page flipping on AL2101 and read/write bank
  21.       support.
  22.  
  23.     - Fixed page flipping on some cards like the ET3000 in the 256 color
  24.       modes (I hope).
  25.  
  26. Version 4.0 (18 Sep 1993)
  27.  
  28.     - Added support for the ET4000/W32 and OAK OTI-087 SuperVGA's.
  29.  
  30.     - Fixes for the following video cards:
  31.  
  32.             - Paradise
  33.             - Cirrus Logic
  34.             - S3
  35.  
  36.     - Added special protected mode support interface. You can now copy
  37.       relocatable versions of the bank switching and page flipping code
  38.       into your own programs to run at high speed. This will work in
  39.       both 16 and 32 bit protected mode (note that the interface is
  40.       _not_ the same as the interface to the actual VBE routines, but
  41.       much simpler and lower level for simplicity and speed).
  42.  
  43.     - Major changes and restructuring of the code in the Universal VESA
  44.       VBE. This makes it take less memory when installed, a lot simpler
  45.       to modify and add support for new video cards. The Universal VESA
  46.       VBE is now completely autonomous from the MGL package.
  47.  
  48.     - The Universal VESA VBE now only requires 3k of memory when resident,
  49.       through re-engineering the internals. It nows takes the same amount
  50.       of memory not matter how many video cards are supported. All but
  51.       the code required for the installed SuperVGA is removed from
  52.       memory when the TSR goes resident.
  53.  
  54.     - The Universal VESA VBE no longer has any 386 dependant code in it,
  55.       so will work even on old 8086 machines.
  56.  
  57.     - Added 64k color mode support for the RealTek
  58.  
  59.